home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds.fmt / nohup.man < prev    next >
Encoding:
Text File  |  1991-11-14  |  2.5 KB  |  133 lines

  1.  
  2.  
  3.  
  4. NICE                      User Commands                      NICE
  5.  
  6.  
  7.  
  8. NNAAMMEE
  9.      nice, nohup - run a command at low priority (_s_h only)
  10.  
  11. SSYYNNOOPPSSIISS
  12.      nniiccee [ --_n_u_m_b_e_r ] command [ arguments ]
  13.  
  14.      nnoohhuupp command [ arguments ]
  15.  
  16. DDEESSCCRRIIPPTTIIOONN
  17.      _N_i_c_e executes _c_o_m_m_a_n_d with low scheduling priority.  If the
  18.      _n_u_m_b_e_r argument is present, the priority is incremented
  19.      (higher numbers mean lower priorities) by that amount up to
  20.      a limit of 20.  The default _n_u_m_b_e_r is 10.
  21.  
  22.      The super-user may run commands with priority higher than
  23.      normal by using a negative priority, e.g. `--10'.
  24.  
  25.      _N_o_h_u_p executes _c_o_m_m_a_n_d immune to hangup and terminate sig-
  26.      nals from the controlling terminal.  The priority is incre-
  27.      mented by 5.  _N_o_h_u_p should be invoked from the shell with
  28.      `&' in order to prevent it from responding to interrupts by
  29.      or stealing the input from the next person who logs in on
  30.      the same terminal.
  31.  
  32. SSPPRRIITTEE
  33.      _N_i_c_e on Sprite maps Unix priorities in the range -20 to 20
  34.      into one of the five Sprite priorities. The mapping is done
  35.      as follows:
  36.      -20 - -20 -> -20
  37.      -19 - -10 -> -10
  38.       -9 -   9 ->  0
  39.       10 -  19 -> 10
  40.       20 -  20 -> 20
  41.  
  42. FFIILLEESS
  43.      nohup.out standard output and standard error file under
  44.      _n_o_h_u_p
  45.  
  46. SSEEEE AALLSSOO
  47.      csh(1), setpriority(2), renice(8)
  48.  
  49. DDIIAAGGNNOOSSTTIICCSS
  50.      _N_i_c_e returns the exit status of the subject command.
  51.  
  52. BBUUGGSS
  53.      _N_i_c_e and _n_o_h_u_p are particular to _s_h(1).  If you use _c_s_h(1),
  54.      then commands executed with ``&'' are automatically immune
  55.      to hangup signals while in the background.  There is a buil-
  56.      tin command _n_o_h_u_p which provides immunity from terminate,
  57.      but it does not redirect output to _n_o_h_u_p._o_u_t.
  58.  
  59.      _N_i_c_e is built into _c_s_h(1) with a slightly different syntax
  60.  
  61.  
  62.  
  63. Sprite v1.0                May 8, 1986                          1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. NICE                      User Commands                      NICE
  71.  
  72.  
  73.  
  74.      than described here.  The form ``nice +10'' nices to posi-
  75.      tive nice, and ``nice -10'' can be used by the super-user to
  76.      give a process more of the processor.
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. Sprite v1.0                May 8, 1986                          2
  130.  
  131.  
  132.  
  133.